From b421cc485146e20c2af32723c114be9cd126d7c3 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 7 Jan 2004 03:31:21 +0000 Subject: [PATCH] Escape an ampersand in the documentation comment, and hack around an empty 2004-01-06 Federico Mena Quintero * gdk-pixbuf-io.c (gdk_pixbuf_save): Escape an ampersand in the documentation comment, and hack around an empty line in the code example so that gtk-doc won't put a due to it. --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/gdk-pixbuf-io.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 950175968c..6a18fb3145 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,9 @@ 2004-01-06 Federico Mena Quintero + * gdk-pixbuf-io.c (gdk_pixbuf_save): Escape an ampersand in the + documentation comment, and hack around an empty line in the code + example so that gtk-doc won't put a due to it. + * gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation section on image data. diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index e67564c223..3b7c1da8ec 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -1273,10 +1273,10 @@ gdk_pixbuf_real_save_to_callback (GdkPixbuf *pixbuf, * if (gdk_pixbuf_format_is_writable (data)) * *list = g_slist_prepend (*list, data); * } - * + * * GSList *formats = gdk_pixbuf_get_formats (); * GSList *writable_formats = NULL; - * g_slist_foreach (formats, add_if_writable, &writable_formats); + * g_slist_foreach (formats, add_if_writable, &writable_formats); * g_slist_free (formats); * * -- 2.30.2